Embedded Object Properties

Description

Properties relating to embedded objects. Embedded objects can be another type of component.

Name
Description
Break

Force a break after this control.

Break height

Specify the vertical distance between this control and the next control. Use CSS syntax. e.g. 10px, .5in, 20pt.

Control container class name

Advanced/Optional. All controls are automatically wrapped in a div, with a class name of 'A5CWLayout' or 'A5container', unless the control is a 'NoFloat' container. You can specify a class name to use for the control container in addition to the 'A5CWLayout' or 'A5container' class that is automatically used. This allows you to have more control over the appearance of the control.

Control container prevent float

Advanced/Optional. All controls are automatically wrapped in a div, with a class name of 'A5CWLayout' or 'A5container', unless the control is a 'NoFloat' container. This container automatically 'floats' the contro, so that your controls lay out automatically from left to right until a control with a 'break after' is encountered. In addition, the class adds padding around the control. By checking this property, you are specifying that the div container that encloses this control will not have the 'A5CWLayout' or 'A5container' class applied.

Object type

Specify the type of Object to add to the Page Layout.

Show mode

Specify when the Object should be shown. In certain contexts 'Programmatic' is shown as an option. 'Programmatic' is only appropriate for embedded Report objects. Select this option when using the 'Power Search Embedded Report' action in a UX component.

See Also